home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992…tember: A ROM With a View
/
devSep92
/
devSep92.dmg
/
Development Platforms
/
Apple II
/
Essentials
/
Miscellaneous Disk Images
/
ProDOS Basic Examples
/
PROGRAMS
/
LISTSELF.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1983-10-01
|
186 b
|
7 lines
5 REM PROGRAM LISTSELF
10 D$ = CHR$(4): REM CONTROL-D
20 PRINT D$;"PREFIX /EXAMPLES/DATA"
30 PRINT D$;"OPEN LISTFILE"
40 PRINT D$;"WRITE LISTFILE"
50 LIST
60 PRINT D$;"CLOSE"